@media (min-width: 320px) and (max-width: 767px) {
  .courses__section_card {
    margin-bottom: 2rem;
  }
  .courses__section {
    padding: 4rem 0rem 10rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .courses__section {
    padding: 5rem 0rem 5rem;
  }
}

@media only screen and (min-width: 700px) {
  .courses__section_card {
    height: 100%;
  }
}
